home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / fxtw104.zip / README.DOC < prev    next >
Text File  |  1994-09-11  |  5KB  |  123 lines

  1.  
  2.  
  3.         README.DOC                                         September 1994
  4.  
  5.         Welcome to FXT - the FORTRAN EXPLORATION TOOLS!
  6.  
  7.         The FORTRAN Function Tree Generator (FFT) is a  powerful  program
  8.         development,  maintenance and documentation tool. It provides the
  9.         programmer the ability to analyse  the  FORTRAN  source  code  of
  10.         applications,  no matter how big or complex they are. FFT is very
  11.         useful to explore new,  unknown software and to support  software
  12.         reuse and maintenance.
  13.  
  14.         By scanning and analyzing the program source code,  FFT builds an
  15.         internal representation of the function call hierarchy relations.
  16.         The analysis is done with the original source code, no additional
  17.         editing to mark functions or data types in  the  source  code  is
  18.         necessary.  Several  features  and  options  allow  the  user  to
  19.         customize the generated hierarchy tree chart output and to get  a
  20.         large set of useful informations about the source code.
  21.  
  22.         An  important feature is the database generation which allows the
  23.         recalling of informations without reprocessing the  source.  This
  24.         database  can again be read from FFT to produce different outputs
  25.         or to add new files to the database. The database format is dBASE
  26.         compatible.  A special recall program  called  FFTN  allows  fast
  27.         searching  for  items  in the database.  This program can be used
  28.         within any environment,  for example  from  inside  editors  like
  29.         BRIEF,  QEDIT or MicroEMACS (DOS and WINDOWS version), to provide
  30.         a full software project management  system  with  access  to  all
  31.         functions  and  data  types  with just a keystroke.  This feature
  32.         makes a comfortable "hypertext source code browser  and  locator"
  33.         system out of the editor.
  34.  
  35.         Another  feature is the calculation of the critical function call
  36.         path.  It is possible to generate formatted ASCII text files with
  37.         lists of the functions and the scanned files which can be used as
  38.         input  for  other  programs  like  wordprocessors  or spreadsheet
  39.         calculators.
  40.  
  41.         This  software  package  is  provided  either  as  a   compressed
  42.         self-extracting  archive  file  FXTnmm.EXE  (FORTRAN  EXPLORATION
  43.         TOOLS version n.mm) or as a ZIPped archive  file  FXTnmm.ZIP  and
  44.         contains the following files:
  45.  
  46.         FFT.EXE        The FORTRAN Function Tree Generator
  47.         FFTN.EXE       The FORTRAN Function Tree Navigator
  48.         FXT.CM         The BRIEF macro file
  49.         FXTKEYS.CM     The BRIEF macro key definition file
  50.         FXTKEYS.CB     The source code for the BRIEF key definition file
  51.         FXT_QEDT.DAT   The QEDIT macro source code
  52.         FXT_ME.CMD     The MicroEMACS macro source code
  53.         FFTIDE.BAT     The Borland IDE transfer batch file for FFT
  54.         SXT.DOC        The complete SXT documentation
  55.         INSTALL.DOC    The installation instructions
  56.         PRODUCTS.DOC   The SXT product overview
  57.         REGISTER.US    The INTERNATIONAL registration informations
  58.         REGISTER.GER   The GERMAN registration informations
  59.  
  60.  
  61.                                       - 1 -
  62.  
  63.  
  64.         NEWnmm.DOC     The new features and changes for version n.mm
  65.         HISTORY.DOC    The revision history
  66.         README.DOC     The file that you are currently reading
  67.  
  68.         Similar  to the DOS version is the WINDOWS version available as a
  69.         compressed  self-extracting  archive  file  FXTWnmm.EXE  (FORTRAN
  70.         EXPLORATION  TOOLS  version  n.mm  for  Windows)  or  as a ZIPped
  71.         archive file FXTWnmm.ZIP.  The archive contains the same files as
  72.         listed  above  except  that  the  file FFT.EXE is replaced by the
  73.         Windows  version  FFTWIN.EXE  and  the   files   SXTWIN.DOC   and
  74.         NEWnmm.WIN have been added.
  75.  
  76.         If you find any other than the above listed files,  then you know
  77.         that this is not the  official  shareware  distribution  diskette
  78.         and/or  archive.  All  documentation  files  are  ASCII files and
  79.         should be printable on every printer.
  80.  
  81.         For more informations about usage,  hardware and software  system
  82.         requirements,  installation,  trademarks, warranties, license and
  83.         registration   details   see   the   appropriate   documentation,
  84.         especially    SXT.DOC,    INSTALL.DOC   and   REGISTER.US   resp.
  85.         REGISTER.GER.
  86.  
  87.         This software is Copyright  (C)  1988-1994  by  Juergen  Mueller,
  88.         Aldingerstrasse 22,  D-70806 Kornwestheim, GERMANY. This software
  89.         is NOT public domain or free software,  but is being  distributed
  90.         as SHAREWARE.
  91.  
  92.  
  93.                            (THIS DOCUMENT HAS 2 PAGES)
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                       - 2 -
  123.